Skip to content

Instantly share code, notes, and snippets.

@wenLiangcan
Created February 2, 2014 08:48
Show Gist options
  • Save wenLiangcan/8764887 to your computer and use it in GitHub Desktop.
Save wenLiangcan/8764887 to your computer and use it in GitHub Desktop.
class test:
def __init__(self):
self.a = 1
@classmethod
def foo(cls, p, flag):
pass
def foo(self, p):
print(self.a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment